.column1-box{
	height: 400px;
	background: #fff;
	padding: 13px 14px;
	margin-bottom: 15px;
}
.column2-box{
	height: 274px;
	padding: 20px 14px;
	margin-bottom: 15px;
	background: #fff;
}
.column4-box{
	height: 200px;
	padding: 7px 14px;
	margin-bottom: 20px;
	background: #fff;
}
/*轮播部分*/
.slide {
	display: inline-block;
	width: 503px;
	height: 374px;
	overflow: hidden;
	position: relative;
}
.box_img {
	width: 503px;
	height: 374px;
	overflow: hidden;
}
.box_img ul li {
	position: absolute;
	display: none;
}
.box_img ul li a>img {
	display: block;
	width: 503px;
	height: 374px;
}
.box_tab {
	display: block;
	width: 503px;
	height: 48px;
	box-sizing: border-box;
	padding-right: 0.15rem;
	margin-top: -48px;
	z-index: 999;
	text-align: right;
	background: rgba(0,0,0,.6);
	position: relative;
	font-size: 0;
}
.box_tab a {
	margin: 21px 5px 0;
	overflow: hidden;
}
.box_tab a>i{
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: #fff;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
	border-radius: 10px;
}
.box_tab a>i:hover{
	background: #0e9aeb;
}
.box_tab a>span{
	display: none;
	position: absolute;
	left: 0;
	bottom: 1px;
	margin: 0 auto;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	width: 503px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 15px;
}
.box_tab a.active {
}
.box_tab a.active>span{
	display: block;
}
.box_tab a.active>i{
	background: #0e9aeb;
}
.gwxx-box{
	width: 628px;
	height: 374px;
	overflow: hidden;
	font-size: 0;
}
.gwxx-title>span{
	position: relative;
	width: 157px;
	height: 37px;
	
}
.gwxx-title>span p{
	width: 122px;
	height: 37px;
	line-height: 37px;
	color: #000;
	font-size: 20px;
	margin-left: 30px;
}
.gwxx-title>span p i{
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	background: #777777;
	top: 50%;
	margin-top: -3px;
	border-radius: 100%;
	
}
.gwxx-title >span p.active{
	width: 127px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: url(../img/sbg.png);
	margin-left: 0px;
}
.gwxx-title >span p.active i{
	display: none;
}
.tab-details{
	height:337px;
}
.tab-details-box{
	height: 337px;
	display: none;
}
.tab-details-box.active{
	display: block;
}
.tab-details-list{
	height: 337px;
	overflow: hidden;
	padding-top: 20px;
}
.tab-details-list li{
	line-height: 45px;
	font-size: 16px;
	color: #595959;
	overflow: hidden;
	height: 45px;
}
.tab-details-list li a{
	width: 386px;
	height: 45px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tab-details-list li span{
	float: right;
}
.zwgk-box{
	width: 502px;
	height: 234px;
}
.zwgk-title{
	width: 63px;
	height: 234px;
	padding: 0 5px;
	margin-right: 20px;
}
.zwgk-title img{
	width: 53px;
	height: 190px;
	margin-top: 22px;
}
.zwgk-list{
	vertical-align: top;
	width: 418px;
	height: 234px;
	font-size: 0;
}
.zwgk-list li{
	display: inline-block;
	width: 83.6px;
	vertical-align: top;
	height: 117px;
	text-align: center;
}
.zwgk-list li a{
	display: block;
	height: 117px;
}
.zwgk-list li img{
	width: 60px;
	height: 70px;
}
.zwgk-list li p{
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 5px;
}
.zcwj-box{
	width: 641px;
	padding-top: 7px;
	height: 234px;
}
.c-zc-box{
	height: 177px;
	border: 1px solid #e9e9e9;
	padding:0 24px;
	padding-top: 16px;
	position: relative;
}
.c-zc-title{
	height: 20px;
	line-height: 20px;
}
.c-zc-title span{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	width: 75px;
	text-align: center;
	margin: 0 18px;
	color: #000;
	cursor: pointer;
}
.c-zc-title span.active{
	color:#d8614f;
}
.c-zc-title span:first-child{
	margin-left: 0;
}
.span-moar{
	position: absolute;
	top: 18px;
	font-size: 14px;
	color: #4f4e4e;
	right: 24px;
}
.pub-tab-details{
	font-size: 0;
	display: none;
}
.pub-tab-details.active{
	display: block;
}
.pub-tab-details ul{
	overflow: hidden;
	margin-top: 12px;
}
.pub-list{
	height: 123px;
}
.pub-list li{
	font-size: 16px;
	padding-left: 25px;
	line-height: 42px;
	overflow: hidden;
	position: relative;
	height:42px;
	color: #595959;
}
.pub-list li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 380px;
}
.pub-list li span{
	float: right;
	color: #595959;
}
.pub-list li i{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #bdbdbd;
	margin-top: -2px;
}
.zc-list{
	width: 100%;
	font-size: 0;
	margin-top: 12px;
}
.zc-list li{
	width: 90px;
	height: 37px;
	background: url(../img/zcbg.png);
	text-align: center;
	color: #4d4d4d;
	line-height: 37px;
	font-size: 16px;
	margin-left: 13px;
	display: inline-block;
}
.zc-list li:first-child{
	margin-left: 0;
}
.zc-list li.middle-bg{
	background: url(../img/zcbg_middle.png);
	width: 106px;
}
.zc-list li.long-bg{
	background: url(../img/zcbg_long.png);
	width: 106px;
}
.zm-l-jl{
	width: 852px;
	height: 234px;
	border: 1px solid #e9e9e9;
	margin-left: 20px;
}
.zm-c-t{
	height: 45px;
	line-height: 44px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 18px;
	color: #000;
}
.zm-c-t span{
	margin: 0 18px;
	padding: 0 13px;
	cursor: pointer;
}
.zm-c-t span:first-child{
	margin-left: 0;
}
.zm-c-t span.active{
	color: #d8614f;
}
.zm-c-d{
	height: 187px;	
	overflow: hidden;
}
.zm-t-d{
	height: 187px;
	position: relative;
}
.zm-t{
	table-layout: fixed;
	width: 100%;
	font-size: 16px;
	max-height: 141px;
	overflow: hidden;
}
.zm-t thead tr{
	background: url(../img/tab_b.png);
	font-size: 16px;
	color: #454545;
}
.zm-t thead tr th{
	height: 33px;
}
.zm-t tbody tr td{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #595959;
}
.page-fenye{
	position: absolute;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ddd;
}
.zm-l-i{
	width: 206px;
	font-size: 0;
	height: 234px;
	overflow: hidden;
}
.zm-l-i li{
	display: inline-block;
	vertical-align: top;
	height: 78px;
	text-align: center;
	width: 103px;
}
.zm-l-i li a{
	display: block;
	height: 100%;
}
.zm-l-i li a p{
	font-size: 16px;
	margin-top: 5px;
	color: #595959;
}
.bmfw-img{
	margin-left: 20px;
	height: 218px;
	width: 491px;
	margin-top: 8px;
}
.column3-box .zwgk-title img{
	margin-top: 14px;
}
.bmfw-r-l{
	width: 549px;
	height: 234px;
	overflow: hidden;
	font-size: 0;
	vertical-align: top;
}
.bmfw-r-l li{
	width: 109.8px;
	display: inline-block;
	height: 117px;
	text-align: center;
	font-size: 16px;
	color: #4f4e4e;
}
.bmfw-r-l li p{
	margin-top: 3px;
}
.column4-box .zwgk-title img{
	margin-top: 0;
}
.zt-i-l{
	margin-left: 20px;
	width: 1068px;
	font-size: 0;
	margin-top: 25px;
	vertical-align: top;
	height: 143px;
}
.zt-i-l li{
	display: inline-block;
	width: 25%;
	text-align: center;
	height: 143px;
}
.zt-i-l li a{
	display: block;
	height: 143px;
}
.zt-i-l li a img{
	height: 143px;
	width: 246px;
}